home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / multimed.ia / violent / shared.dir / 00572.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  248 b   |  9 lines

  1. on mouseUp
  2.   global gChapter, gSection, gPage, gMaxPage
  3.   set the blend of sprite the clickOn to 100
  4.   updateStage()
  5.   cleanChannels(5, 19)
  6.   puppetTransition(5, 8, 4)
  7.   go(string(gChapter) & "." & string(gSection) & "." & string(gPage) & "t")
  8. end
  9.